void _babl_fish_rig_dispatch (Babl *babl);
void _babl_fish_prepare_bpp (Babl *babl);
+
+/* babl_space_to_icc:
+ *
+ * Creates an ICCv2 RGB matrix profile for a babl space. The profiles strive to
+ * be as small and compact as possible, TRCs are stored as 1024 entry LUT(s).
+ *
+ * the result is allocated with malloc and you should free it when done.
+ */
+
+char *babl_space_to_icc (const Babl *space,
+ const char *description,
+ const char *copyright,
+ BablICCFlags flags,
+ int *icc_length);
+
#endif
BABL_ICC_COMPACT_TRC_LUT = 1,
} BablICCFlags;
-/* babl_space_to_icc:
- *
- * Creates an ICCv2 RGB matrix profile for a babl space. The profiles strive to
- * be as small and compact as possible, TRCs are stored as 1024 entry LUT(s).
- *
- * the result is allocated with malloc and you should free it when done.
- */
-
-char *babl_space_to_icc (const Babl *space,
- const char *description,
- const char *copyright,
- BablICCFlags flags,
- int *icc_length);
/* babl_space_get:
*
babl_set_user_data
babl_space
babl_space_from_xyz
-babl_space_to_icc
babl_space_get_icc
babl_chromaticities_make_space
babl_space_get